home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 931 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Doublebuffered window??
  5. Date: 13 Jan 1996 01:16:23 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Distribution: world
  8. Message-ID: <4d7157$52k@maureen.teleport.com>
  9. References: <4bfe05$l11@katiska.clinet.fi> <4bgmqq$kh6@serpens.rhein.de> <4cmftc$1g1@sunsystem5.informatik.tu-muenchen.de> <4cmrgp$5bs@serpens.rhein.de> <4d69m8$i0h@sunsystem5.informatik.tu-muenchen.de>
  10. NNTP-Posting-Host: kelly.teleport.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Juergen "Rally" Fischer (fischerj@informatik.tu-muenchen.de) wrote:
  14.  
  15. : The only non-chipset-only method I see is dealing with VBeamPos
  16. : (more cpu load, but you can blit a larger window without rastersplit).
  17.  
  18.  You can use a vbl + timer methode... If you can get video timing of the
  19.  active view where the window reside. This way you can get an interupt 
  20.  at any scanline you want, and very posibly you want to start blitting 
  21.  one scan line below the blitting ypos. 
  22.  
  23.  Stephan
  24.